home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p9-12 / 00235_Script_235 < prev    next >
Text File  |  1994-05-25  |  427b  |  24 lines

  1. -- P10S14 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 14
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,3)
  9.   setAppearTime (1,3*60)
  10.   setAppearTime (2,10*60)
  11.   setAppearTime (3,11*60)
  12.   
  13.   global theGauge
  14.   mSetLevel(theGauge, Step)
  15.   
  16.   global LastQT
  17.   set LastQT = "P10S14"
  18.   cursor 4
  19.   preLoadCast the number of cast LastQT 
  20.   
  21.   setUpFastFwd()
  22.   cursor -1
  23. end
  24.